home *** CD-ROM | disk | FTP | other *** search
/ AT&T WorldNet Service / WorldNet Service Installation Disk - Cybercathlon Games and Interactive Tour of Olympic Museum (1996).ISO / olympics / graphics / shotput.xof < prev    next >
Text File  |  1996-05-21  |  8KB  |  398 lines

  1. xof 0302txt 0064
  2. template Header {
  3.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  4.  WORD major;
  5.  WORD minor;
  6.  DWORD flags;
  7. }
  8.  
  9. template Vector {
  10.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  11.  FLOAT x;
  12.  FLOAT y;
  13.  FLOAT z;
  14. }
  15.  
  16. template Coords2d {
  17.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  18.  FLOAT u;
  19.  FLOAT v;
  20. }
  21.  
  22. template Matrix4x4 {
  23.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  24.  array FLOAT matrix[16];
  25. }
  26.  
  27. template ColorRGBA {
  28.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  29.  FLOAT red;
  30.  FLOAT green;
  31.  FLOAT blue;
  32.  FLOAT alpha;
  33. }
  34.  
  35. template ColorRGB {
  36.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  37.  FLOAT red;
  38.  FLOAT green;
  39.  FLOAT blue;
  40. }
  41.  
  42. template IndexedColor {
  43.  <1630B820-7842-11cf-8F52-0040333594A3>
  44.  DWORD index;
  45.  ColorRGBA indexColor;
  46. }
  47.  
  48. template Boolean {
  49.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  50.  WORD truefalse;
  51. }
  52.  
  53. template Boolean2d {
  54.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  55.  Boolean u;
  56.  Boolean v;
  57. }
  58.  
  59. template MaterialWrap {
  60.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  61.  Boolean u;
  62.  Boolean v;
  63. }
  64.  
  65. template TextureFilename {
  66.  <A42790E1-7810-11cf-8F52-0040333594A3>
  67.  STRING filename;
  68. }
  69.  
  70. template Material {
  71.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  72.  ColorRGBA faceColor;
  73.  FLOAT power;
  74.  ColorRGB specularColor;
  75.  ColorRGB emissiveColor;
  76.  [...]
  77. }
  78.  
  79. template MeshFace {
  80.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  81.  DWORD nFaceVertexIndices;
  82.  array DWORD faceVertexIndices[nFaceVertexIndices];
  83. }
  84.  
  85. template MeshFaceWraps {
  86.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  87.  DWORD nFaceWrapValues;
  88.  Boolean2d faceWrapValues;
  89. }
  90.  
  91. template MeshTextureCoords {
  92.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  93.  DWORD nTextureCoords;
  94.  array Coords2d textureCoords[nTextureCoords];
  95. }
  96.  
  97. template MeshMaterialList {
  98.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  99.  DWORD nMaterials;
  100.  DWORD nFaceIndexes;
  101.  array DWORD faceIndexes[nFaceIndexes];
  102.  [Material]
  103. }
  104.  
  105. template MeshNormals {
  106.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  107.  DWORD nNormals;
  108.  array Vector normals[nNormals];
  109.  DWORD nFaceNormals;
  110.  array MeshFace faceNormals[nFaceNormals];
  111. }
  112.  
  113. template MeshVertexColors {
  114.  <1630B821-7842-11cf-8F52-0040333594A3>
  115.  DWORD nVertexColors;
  116.  array IndexedColor vertexColors[nVertexColors];
  117. }
  118.  
  119. template Mesh {
  120.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  121.  DWORD nVertices;
  122.  array Vector vertices[nVertices];
  123.  DWORD nFaces;
  124.  array MeshFace faces[nFaces];
  125.  [...]
  126. }
  127.  
  128. Header {
  129.  1;
  130.  0;
  131.  1;
  132. }
  133.  
  134. Mesh {
  135.  60;
  136.  0.000000;0.087681;0.151867;,
  137.  0.131521;0.087681;0.075934;,
  138.  0.000000;0.175361;0.000000;,
  139.  0.131521;0.087681;0.075934;,
  140.  0.131521;0.087681;-0.075933;,
  141.  0.000000;0.175361;0.000000;,
  142.  0.131521;0.087681;-0.075933;,
  143.  0.000000;0.087681;-0.151867;,
  144.  0.000000;0.175361;0.000000;,
  145.  0.000000;0.087681;-0.151867;,
  146.  -0.131521;0.087681;-0.075934;,
  147.  0.000000;0.175361;0.000000;,
  148.  -0.131521;0.087681;-0.075934;,
  149.  -0.131521;0.087681;0.075933;,
  150.  0.000000;0.175361;0.000000;,
  151.  -0.131521;0.087681;0.075933;,
  152.  0.000000;0.087681;0.151867;,
  153.  0.000000;0.175361;0.000000;,
  154.  0.000000;0.087681;0.151867;,
  155.  0.000000;-0.087680;0.151867;,
  156.  0.131521;-0.087680;0.075934;,
  157.  0.131521;0.087681;0.075934;,
  158.  0.131521;0.087681;0.075934;,
  159.  0.131521;-0.087680;0.075934;,
  160.  0.131521;-0.087680;-0.075933;,
  161.  0.131521;0.087681;-0.075933;,
  162.  0.131521;0.087681;-0.075933;,
  163.  0.131521;-0.087680;-0.075933;,
  164.  0.000000;-0.087680;-0.151867;,
  165.  0.000000;0.087681;-0.151867;,
  166.  0.000000;0.087681;-0.151867;,
  167.  0.000000;-0.087680;-0.151867;,
  168.  -0.131521;-0.087680;-0.075934;,
  169.  -0.131521;0.087681;-0.075934;,
  170.  -0.131521;0.087681;-0.075934;,
  171.  -0.131521;-0.087680;-0.075934;,
  172.  -0.131521;-0.087680;0.075933;,
  173.  -0.131521;0.087681;0.075933;,
  174.  -0.131521;0.087681;0.075933;,
  175.  -0.131521;-0.087680;0.075933;,
  176.  0.000000;-0.087680;0.151867;,
  177.  0.000000;0.087681;0.151867;,
  178.  0.000000;-0.087680;0.151867;,
  179.  0.000000;-0.175361;0.000000;,
  180.  0.131521;-0.087680;0.075934;,
  181.  0.131521;-0.087680;0.075934;,
  182.  0.000000;-0.175361;0.000000;,
  183.  0.131521;-0.087680;-0.075933;,
  184.  0.131521;-0.087680;-0.075933;,
  185.  0.000000;-0.175361;0.000000;,
  186.  0.000000;-0.087680;-0.151867;,
  187.  0.000000;-0.087680;-0.151867;,
  188.  0.000000;-0.175361;0.000000;,
  189.  -0.131521;-0.087680;-0.075934;,
  190.  -0.131521;-0.087680;-0.075934;,
  191.  0.000000;-0.175361;0.000000;,
  192.  -0.131521;-0.087680;0.075933;,
  193.  -0.131521;-0.087680;0.075933;,
  194.  0.000000;-0.175361;0.000000;,
  195.  0.000000;-0.087680;0.151867;;
  196.  
  197.  18;
  198.  3;0,1,2;,
  199.  3;3,4,5;,
  200.  3;6,7,8;,
  201.  3;9,10,11;,
  202.  3;12,13,14;,
  203.  3;15,16,17;,
  204.  4;18,19,20,21;,
  205.  4;22,23,24,25;,
  206.  4;26,27,28,29;,
  207.  4;30,31,32,33;,
  208.  4;34,35,36,37;,
  209.  4;38,39,40,41;,
  210.  3;42,43,44;,
  211.  3;45,46,47;,
  212.  3;48,49,50;,
  213.  3;51,52,53;,
  214.  3;54,55,56;,
  215.  3;57,58,59;;
  216.  
  217.  MeshMaterialList {
  218.   2;
  219.   18;
  220.   0,
  221.   1,
  222.   1,
  223.   1,
  224.   1,
  225.   1,
  226.   1,
  227.   1,
  228.   1,
  229.   1,
  230.   1,
  231.   1,
  232.   1,
  233.   1,
  234.   1,
  235.   1,
  236.   1,
  237.   1;
  238.   Material {
  239.    0.800000;0.756863;0.000000;1.000000;;
  240.    0.000000;
  241.    0.000000;0.000000;0.000000;;
  242.    0.000000;0.000000;0.000000;;
  243.   }
  244.   Material {
  245.    0.800000;0.756863;0.000000;1.000000;;
  246.    19.000000;
  247.    0.298039;0.298039;0.298039;;
  248.    0.000000;0.000000;0.000000;;
  249.   }
  250.  }
  251.  MeshNormals {
  252.   60;
  253.   -0.000001;0.525696;0.850672;,
  254.   0.736704;0.525696;0.425336;,
  255.   0.000000;1.000000;0.000000;,
  256.   0.736704;0.525696;0.425336;,
  257.   0.736704;0.525696;-0.425336;,
  258.   0.000000;1.000000;0.000000;,
  259.   0.736704;0.525696;-0.425336;,
  260.   0.000001;0.525696;-0.850673;,
  261.   0.000000;1.000000;0.000000;,
  262.   0.000001;0.525696;-0.850673;,
  263.   -0.736704;0.525696;-0.425337;,
  264.   0.000000;1.000000;0.000000;,
  265.   -0.736704;0.525696;-0.425337;,
  266.   -0.736704;0.525696;0.425336;,
  267.   0.000000;1.000000;0.000000;,
  268.   -0.736704;0.525696;0.425336;,
  269.   -0.000001;0.525696;0.850672;,
  270.   0.000000;1.000000;0.000000;,
  271.   -0.000001;0.525696;0.850672;,
  272.   -0.000001;-0.525696;0.850672;,
  273.   0.736704;-0.525696;0.425337;,
  274.   0.736704;0.525696;0.425336;,
  275.   0.736704;0.525696;0.425336;,
  276.   0.736704;-0.525696;0.425337;,
  277.   0.736704;-0.525696;-0.425336;,
  278.   0.736704;0.525696;-0.425336;,
  279.   0.736704;0.525696;-0.425336;,
  280.   0.736704;-0.525696;-0.425336;,
  281.   0.000001;-0.525696;-0.850673;,
  282.   0.000001;0.525696;-0.850673;,
  283.   0.000001;0.525696;-0.850673;,
  284.   0.000001;-0.525696;-0.850673;,
  285.   -0.736704;-0.525696;-0.425337;,
  286.   -0.736704;0.525696;-0.425337;,
  287.   -0.736704;0.525696;-0.425337;,
  288.   -0.736704;-0.525696;-0.425337;,
  289.   -0.736704;-0.525696;0.425336;,
  290.   -0.736704;0.525696;0.425336;,
  291.   -0.736704;0.525696;0.425336;,
  292.   -0.736704;-0.525696;0.425336;,
  293.   -0.000001;-0.525696;0.850672;,
  294.   -0.000001;0.525696;0.850672;,
  295.   -0.000001;-0.525696;0.850672;,
  296.   0.000000;-1.000000;0.000000;,
  297.   0.736704;-0.525696;0.425337;,
  298.   0.736704;-0.525696;0.425337;,
  299.   0.000000;-1.000000;0.000000;,
  300.   0.736704;-0.525696;-0.425336;,
  301.   0.736704;-0.525696;-0.425336;,
  302.   0.000000;-1.000000;0.000000;,
  303.   0.000001;-0.525696;-0.850673;,
  304.   0.000001;-0.525696;-0.850673;,
  305.   0.000000;-1.000000;0.000000;,
  306.   -0.736704;-0.525696;-0.425337;,
  307.   -0.736704;-0.525696;-0.425337;,
  308.   0.000000;-1.000000;0.000000;,
  309.   -0.736704;-0.525696;0.425336;,
  310.   -0.736704;-0.525696;0.425336;,
  311.   0.000000;-1.000000;0.000000;,
  312.   -0.000001;-0.525696;0.850672;;
  313.  
  314.   18;
  315.   3;0,1,2;,
  316.   3;3,4,5;,
  317.   3;6,7,8;,
  318.   3;9,10,11;,
  319.   3;12,13,14;,
  320.   3;15,16,17;,
  321.   4;18,19,20,21;,
  322.   4;22,23,24,25;,
  323.   4;26,27,28,29;,
  324.   4;30,31,32,33;,
  325.   4;34,35,36,37;,
  326.   4;38,39,40,41;,
  327.   3;42,43,44;,
  328.   3;45,46,47;,
  329.   3;48,49,50;,
  330.   3;51,52,53;,
  331.   3;54,55,56;,
  332.   3;57,58,59;;
  333.  }
  334.  MeshTextureCoords {
  335.   60;
  336.   0.333333;1.000000;,
  337.   0.333333;0.833333;,
  338.   0.000000;1.000000;,
  339.   0.333333;0.833333;,
  340.   0.333333;0.666667;,
  341.   0.000000;1.000000;,
  342.   0.333333;0.666667;,
  343.   0.333333;0.500000;,
  344.   0.000000;1.000000;,
  345.   0.333333;0.500000;,
  346.   0.333333;0.333333;,
  347.   0.000000;1.000000;,
  348.   0.333333;0.333333;,
  349.   0.333333;0.166667;,
  350.   0.000000;1.000000;,
  351.   0.333333;0.166667;,
  352.   0.333333;0.000000;,
  353.   0.000000;1.000000;,
  354.   0.333333;1.000000;,
  355.   0.666667;1.000000;,
  356.   0.666667;0.833333;,
  357.   0.333333;0.833333;,
  358.   0.333333;0.833333;,
  359.   0.666667;0.833333;,
  360.   0.666667;0.666667;,
  361.   0.333333;0.666667;,
  362.   0.333333;0.666667;,
  363.   0.666667;0.666667;,
  364.   0.666667;0.500000;,
  365.   0.333333;0.500000;,
  366.   0.333333;0.500000;,
  367.   0.666667;0.500000;,
  368.   0.666667;0.333333;,
  369.   0.333333;0.333333;,
  370.   0.333333;0.333333;,
  371.   0.666667;0.333333;,
  372.   0.666667;0.166667;,
  373.   0.333333;0.166667;,
  374.   0.333333;0.166667;,
  375.   0.666667;0.166667;,
  376.   0.666667;0.000000;,
  377.   0.333333;0.000000;,
  378.   0.666667;1.000000;,
  379.   0.000000;0.000000;,
  380.   0.666667;0.833333;,
  381.   0.666667;0.833333;,
  382.   0.000000;0.000000;,
  383.   0.666667;0.666667;,
  384.   0.666667;0.666667;,
  385.   0.000000;0.000000;,
  386.   0.666667;0.500000;,
  387.   0.666667;0.500000;,
  388.   0.000000;0.000000;,
  389.   0.666667;0.333333;,
  390.   0.666667;0.333333;,
  391.   0.000000;0.000000;,
  392.   0.666667;0.166667;,
  393.   0.666667;0.166667;,
  394.   0.000000;0.000000;,
  395.   0.666667;0.000000;;
  396.  }
  397. }
  398.